home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 51
/
Mac Magazin and MacEasy Magazine CD - Issue 51.iso
/
Software
/
Online
/
WebSentinel 2.0.4
/
Extras
/
Scripting
/
WebSentinel Dictionary
< prev
next >
Wrap
Text File
|
1997-07-22
|
4KB
|
105 lines
WebSentinel Suite: Events to communicate with WebSentinel
count users: returns number of users in given target
count users anything -- target name or id for set of users
[Result: integer] -- number of users
count groups: returns number of groups in given target
count groups anything -- target name or id for set of groups
[Result: integer] -- number of groups
get targets: returns a list of all available targets
get targets
[Result: list] -- a list of available targets
get realms: returns a list of all available realms
get realms
[Result: list] -- a list of available realms
get users: returns a list of all available users for a specific target
get users
in target anything -- unique id or name for target
starting with small integer -- user number to start with
max users small integer -- number of users to get
[Result: list] -- a list of users
get groups: returns a list of all available groups for a specific target
get groups
in target anything -- unique id or name for target
starting with small integer -- group number to start with
max groups small integer -- number of groups to get
[Result: list] -- a list of groups
add realm: adds a new realm
add realm string -- realm name to be added
match string string -- match string
GREP boolean -- use GREP in match string
no access path string -- full path to no access file
notes string -- notes
label string -- label
target small integer -- unique id for target
[Result: small integer] -- unique id for the added realm
add user: adds a new user
add user string -- username to be added
password string -- user's password
realms list -- realms user has access to
groups list -- groups user belongs to
notes string -- notes
label string -- label
target anything -- target name or id for target to add user to
[Result: integer] -- unique id for the added user
add group: adds a new group
add group string -- name for group to be added
realms list -- realms group has access to
notes string -- notes
label string -- label
target anything -- target name or id for target to add group to
[Result: integer] -- unique id for the added group
set realm: changes the values for a realm
set realm small integer -- realm id for realm to set
name string -- new realm name
match string string -- match string
GREP boolean -- use GREP in match string
no access path string -- full path to no access file
notes string -- notes
label string -- label
target small integer -- unique id for target
set user: changes the values for a user
set user small integer -- user id for user to set
username string -- new username for user
password string -- user's password
realms list -- realms user has access to
groups list -- groups user belongs to
notes string -- notes
label string -- label
target anything -- target name or id for target to add user to
set group: changes the values for a group
set group small integer -- unique id for group to be set
name string -- new name for group
realms list -- realms group has access to
notes string -- notes
label string -- label
target anything -- target name or id for target to add group to
remove realm: removes a given realm
remove realm small integer -- unique id for realm to delete
remove user: removes a given user
remove user small integer -- unique id for user to delete
in target anything -- unique id or name for target
remove group: removes a given group
remove group small integer -- unique id for group to delete
in target anything -- unique id or name for target
lookup user: find user id for a given username
lookup user small integer -- username to search for
in target anything -- unique id or name for target
[Result: integer] -- unique id for found user